;	Game crashes when trying to load level entry cut scene
;	Crashing stops if players are warped to room 0x0010 before using the map menu
;	(Why?)

;	Menu Hack
.long				0xD2046158
.long				0x93394FC4
.long				0x82046158
;	Was
;LBU	T9,	0x4CF4	(T9)	;Load mode byte to determine which pause menu to draw
;	Is now
ORI	T9,	R0,	0x0000	;Assumes mode to be single player for menu drawing
.long				0xE0000000
.long				0x00000000
;	End of Menu Hack
